.xmt-boxs .yyqjn-wrapper {
  display: flex;
  flex-direction: column;
  align-items: center;
  background: linear-gradient(180deg, #FFEBE4 0%, #FFFFFF 100%);
}
.xmt-boxs .yyqjn-wrapper .title-wrapper {
  margin-top: 103px;
  margin-bottom: 83px;
}
.xmt-boxs .yyqjn-wrapper .swiper-container1 {
  margin-bottom: 30px;
}
.xmt-boxs .yyqjn-wrapper .swiper-container1 .swiper-wrapper {
  width: 1500px;
}
.xmt-boxs .yyqjn-wrapper .swiper-container1 .tab {
  text-align: center;
  font-weight: 400;
  font-size: 16px;
  color: #131313;
  padding: 16px 15px;
  max-width: 190px;
  cursor: pointer;
}
.xmt-boxs .yyqjn-wrapper .swiper-container1 .tab span {
  position: relative;
  top: 9px;
  left: 3px;
  display: inline-block;
  width: 0;
  height: 6px;
  border: 6px solid transparent;
  border-top-color: #FF6136;
}
.xmt-boxs .yyqjn-wrapper .swiper-container1 .active {
  font-weight: bold;
  font-size: 18px;
  color: #FFFFFF;
  background: linear-gradient(0deg, #BB72E7, #FF644F);
  box-shadow: 0px 5px 21px 0px rgba(232, 105, 130, 0.53);
  border-radius: 12px;
}
.xmt-boxs .yyqjn-wrapper .swiper-container1 .active span {
  display: none;
}
.xmt-boxs .yyqjn-wrapper .swiper-container2 .swiper-wrapper {
  width: 1200px;
}
.xmt-boxs .yyqjn-wrapper .swiper-container2 .tab {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 1200px;
  height: 608px;
  box-shadow: 0px 25px 27px 0px rgba(244, 112, 118, 0.09);
  background: linear-gradient(0deg, #BB72E7, #FC6456);
  border-radius: 36px;
}
.xmt-boxs .yyqjn-wrapper .swiper-container2 .tab .tab-content {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  width: 1192px;
  height: 600px;
  border-radius: 34px;
  background: #fff;
  padding: 46px 68px;
  box-sizing: border-box;
}
.xmt-boxs .yyqjn-wrapper .swiper-container2 .tab .left {
  width: 490px;
}
.xmt-boxs .yyqjn-wrapper .swiper-container2 .tab .left .title {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  font-family: Microsoft YaHei;
  font-weight: bold;
}
.xmt-boxs .yyqjn-wrapper .swiper-container2 .tab .left .title .module1 {
  font-size: 28px;
  color: #333333;
  line-height: 0;
  text-align: center;
  padding: 0 5px 5px 5px;
  border-bottom: 14px solid #FFEDE6;
  border-radius: 10px;
}
.xmt-boxs .yyqjn-wrapper .swiper-container2 .tab .left .title .module2 {
  cursor: pointer;
  width: 149px;
  height: 39px;
  line-height: 39px;
  text-align: center;
  background: #FF5C50;
  box-shadow: 0px 5px 0px 0px rgba(248, 101, 95, 0.17);
  border-radius: 24px;
  font-size: 16px;
  color: #FFFFFF;
}
.xmt-boxs .yyqjn-wrapper .swiper-container2 .tab .left .title1,
.xmt-boxs .yyqjn-wrapper .swiper-container2 .tab .left .title2 {
  width: 98px;
  height: 29px;
  line-height: 29px;
  text-align: center;
  border-radius: 15px;
  font-family: PingFang SC;
  font-weight: bold;
  font-size: 18px;
  color: #FFFFFF;
}
.xmt-boxs .yyqjn-wrapper .swiper-container2 .tab .left .title1 {
  margin-bottom: 26px;
  background: linear-gradient(0deg, #FD4F12 0%, #FF8256 100%);
}
.xmt-boxs .yyqjn-wrapper .swiper-container2 .tab .left .title2 {
  margin-top: 20px;
  margin-bottom: 15px;
  background: linear-gradient(0deg, #46AEF7 0%, #37C4FF 100%);
}
.xmt-boxs .yyqjn-wrapper .swiper-container2 .tab .left .content-wrapper {
  height: 450px;
  margin-top: 32px;
  overflow-y: scroll;
}
.xmt-boxs .yyqjn-wrapper .swiper-container2 .tab .left .content-wrapper::-webkit-scrollbar {
  width: 3px;
  /* 设置滚动条宽度 */
}
.xmt-boxs .yyqjn-wrapper .swiper-container2 .tab .left .content-wrapper::-webkit-scrollbar-thumb {
  width: 3px;
  background: #FE7646;
  /* 设置滑块背景颜色 */
  border-radius: 2px;
  /* 设置滑块圆角 */
}
.xmt-boxs .yyqjn-wrapper .swiper-container2 .tab .left .content-wrapper::-webkit-scrollbar-track {
  background-color: #EDEDED;
  /* 设置滑块hover状态时的背景颜色 */
}
.xmt-boxs .yyqjn-wrapper .swiper-container2 .tab .left .content {
  font-family: PingFang SC;
  font-weight: 400;
  font-size: 15px;
  color: #565656;
  line-height: 26px;
}
